home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-10 | 727 b | 27 lines | [TEXT/MPS ] |
- ## You need to copy the files "Threads.o" and ThreadsIntf.p into the same folder
- ## as the sources (or change the build commands below)
-
- Pascal "SillyBalls w/ 30 Beeps.p"
- Link "SillyBalls w/ 30 Beeps.p.o" ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"Runtime.o ∂
- "{PLibraries}"Paslib.o ∂
- Threads.o ∂
- -o "SillyBalls w/ 30 Beeps"
-
- Pascal "SillyBalls w/ Semaphore.p"
- Link "SillyBalls w/ Semaphore.p.o" ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"Runtime.o ∂
- "{PLibraries}"Paslib.o ∂
- Threads.o ∂
- -o "SillyBalls w/ Semaphore"
-
- Pascal "SillyBalls w/ custom swap.p"
- Link "SillyBalls w/ custom swap.p.o" ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"Runtime.o ∂
- "{PLibraries}"Paslib.o ∂
- Threads.o ∂
- -o "SillyBalls w/ custom swap"
-